home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / dev / basic / ReqAttDevBas.lha / BH / reqattack.bc next >
Text File  |  2002-06-02  |  1KB  |  32 lines

  1. ' *********************************************************************
  2. '               reqattack.library 1.93 by Jaca/D-CAPS
  3. '            HBASIC functions/subroutines 1.93.1 (1.6.02)
  4. '
  5. '                  C->HBASIC manual '8-) conversion
  6. '               © Dámaso D. Estévez <ast_dde@yahoo.es>
  7. ' *********************************************************************
  8. '              Please read the comments/remarks included
  9. '       in clib/reqattack.h and libraries/reqattack.h files and
  10. '                    the documentation for coders
  11. '    (all included in the package Aminet:util/libs/ReqAttackDev.lha).
  12. '      ----------------------------------------------------------
  13. '   Por favor, lea los comentarios/notas incluidas en los ficheros
  14. '             clib/reqattack.h y libraries/reqattack.h
  15. '             y en la documentación para programadores
  16. ' (todo ello incluido en el paquete Aminet:util/libs/ReqAttackDev.lha).
  17. ' *********************************************************************
  18.  
  19. REM $underlines
  20.  
  21. '       DeveloperAttack fields
  22. ' ----------------------------------
  23. CONST da_Logo%                =  0% ' char *
  24. CONST da_StartButton%         =  4% ' word
  25. CONST da_AppIcon%             =  6% ' char *
  26. CONST da_Flags%               = 10% ' ulong
  27. ' ----------------------------------
  28. CONST DeveloperAttack_sizeof% = 14%
  29.  
  30. CONST DA_FLAGS_LOGOFROMMEM&   =  1&
  31.  
  32.